home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
Caml Light 0.61
/
Source
/
src
/
runtime
/
intext.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-24
|
270 b
|
23 lines
|
[
TEXT/MPS
]
/* structured input/output */
#ifndef _intext_
#define _intext_
#include "io.h"
#ifdef ANSI
extern value extern_val(struct channel *, value);
extern value intern_val(struct channel *);
#else
value extern_val();
value intern_val();
#endif
#endif /* _intext_ */